Platform Explorer / Nuxeo Platform 6.0

Operation Seam.GetDocumentsFromSelectionList (UI Selected documents from list)

Description

Fetch the documents selected in the selection list passed as a parameter. If the list name is empty, the current folder selection list is used.
Operation id Seam.GetDocumentsFromSelectionList
Category Fetch
Label UI Selected documents from list
Requires Seam
Since

Parameters

Name Description Type Required Default value
listName string no  

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.GetDocumentsFromSelectionList
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.GetDocumentsFromSelectionList",
  "label" : "UI Selected documents from list",
  "category" : "Fetch",
  "requires" : "Seam",
  "description" : "Fetch the documents selected in the selection list passed as a parameter. If the list name is empty, the current folder selection list is used.",
  "url" : "Seam.GetDocumentsFromSelectionList",
  "signature" : [ "void", "documents" ],
  "params" : [ {
    "name" : "listName",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}